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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 涅λ?h涅λ? | 1001111110111000100000111100100100111111011010001001111110111000100000111100100100111111 | 9fb883c93f689fb883c93f |
EUC-JP | 涅λ?h涅λ? | 1101111010111010101001101100101100111111011010001101111010111010101001101100101100111111 | debaa6cb3f68debaa6cb3f |
UTF-8 | 涅λ젣h涅λ젣 | 1110011010110110100001011100111010111011111011001010000010100011011010001110011010110110100001011100111010111011111011001010000010100011 | e6b685cebbeca0a368e6b685cebbeca0a3 |
UHC | 涅λ젣h涅λ젣 | 11100110111011101010010111101011101000001001110001101000111001101110111010100101111010111010000010011100 | e6eea5eba09c68e6eea5eba09c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)