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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鱈谷則遜 | 1001001001001100100100100100101010010001101001011001000110111011 | 924c924a91a591bb |
EUC-JP | 鱈谷則遜 | 1100001110101101110000111010101111000010101001111100001010111101 | c3adc3abc2a7c2bd |
UTF-8 | 鱈谷則遜 | 111010011011000110001000111010001011000010110111111001011000100110000111111010011000000110011100 | e9b188e8b0b7e58987e9819c |
UHC | ?谷則遜 | 00111111110011011101101111110110110011101110000111100001 | 3fcddbf6cee1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)