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 | 濡???λ? | 1001010001000111001111110011111100111111100000111100100100111111 | 94473f3f3f83c93f |
EUC-JP | 濡???λ? | 1100011110101000001111110011111100111111101001101100101100111111 | c7a83f3f3fa6cb3f |
UTF-8 | 濡뉒뮰蓮λ죳 | 1110011010111111101000011110101110001001100100101110101110101110101100001110111110100110100110011100111010111011111011001010001110110011 | e6bfa1eb8992ebaeb0efa699cebbeca3b3 |
UHC | 濡뉒뮰蓮λ죳 | 111010111010000110000111111001111001001010111001111001101110010110100101111010111010000110001110 | eba187e792b9e6e5a5eba18e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)