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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ?訥ひ??ュ\ | 00111111111001100110001110000010110100000011111100111111100000111000010101011100 | 3fe66382d03f3f83855c |
EUC-JP | ?訥ひ??ュ\ | 00111111111010111100010010100100110100100011111100111111101001011110010101011100 | 3febc4a4d23f3fa5e55c |
UTF-8 | 룶訥ひ룶欄ュ\ | 11101011101000111011011011101000101010001010010111100011100000011011001011101011101000111011011011101111101001001001110111100011100000111010010101011100 | eba3b6e8a8a5e381b2eba3b6efa49de383a55c |
UHC | 룶訥ひ룶欄ュ\ | 10001111101010111101001011101101101010101101001010001111101010111101000111101101101010111110010101011100 | 8fabd2edaad28fabd1edabe55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)