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 | 運?爾? | 100010010101111000111111100011101010001000111111 | 895e3f8ea23f |
EUC-JP | 運?爾? | 101100011011111100111111101111001010010000111111 | b1bf3fbca43f |
UTF-8 | 運렩爾옌 | 111010011000000110001011111010111010000010101001111001111000100010111110111011001001100010001100 | e9818beba0a9e788beec988c |
UHC | 運렩爾옌 | 1110101010100001100011101011011111101100101100111011111110111010 | eaa18eb7ecb3bfba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)