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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 燁??柚? | 11111011010110010011111100111111100101110100110100111111 | fb593f3f974d3f |
EUC-JP | 燁??柚? | 1000111111001010101100110011111100111111110011011010111000111111 | 8fcab33f3fcdae3f |
UTF-8 | 燁㏓뜇柚퐹 | 111001111000011110000001111000111000111110010011111010111001110010000111111001101001111110011010111011011001000010111001 | e78781e38f93eb9c87e69f9aed90b9 |
UHC | 燁㏓뜇柚퐹 | 11100111101001111010011111101011100011011000101011101010111101101011111001000010 | e7a7a7eb8d8aeaf6be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)