To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鋧フ魍瞠レ | 11111011110011111100110011101001101100011111100111100101111000011101001111011010 | fbcfcce9b1f9e5e1d3da |
EUC-JP | 鋧フ魍?瞠レ | 100011111110010011001011100011101100110011110010101100110011111111100010110101011000111011011010 | 8fe4cb8eccf2b33fe2d58eda |
UTF-8 | 鋧フ魍瞠レ | 111010011000101110100111111011111011111010001100111010011010110110001101111011101001110110000000111001111001111010100000111011111011111010011010 | e98ba7efbe8ce9ad8dee9d80e79ea0efbe9a |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)