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 | ??????nL\ | 001111110011111100111111001111110011111100111111011011100100110001011100 | 3f3f3f3f3f3f6e4c5c |
SJIS-WIN | ??????nL\ | 001111110011111100111111001111110011111100111111011011100100110001011100 | 3f3f3f3f3f3f6e4c5c |
EUC-JP | ??????nL\ | 001111110011111100111111001111110011111100111111011011100100110001011100 | 3f3f3f3f3f3f6e4c5c |
UTF-8 | 묯뭑몿묿뫛몾nL\ | 111010111010110010101111111010111010110110010001111010111010101010111111111010111010110010111111111010111010101110011011111010111010101010111110011011100100110001011100 | ebacafebad91ebaabfebacbfebab9bebaabe6e4c5c |
UHC | 묯뭑몿묿뫛몾nL\ | 100100100100011010010010010110011001000110100011100100100100111010010001101110111001000110100010011011100100110001011100 | 9246925991a3924e91bb91a26e4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)