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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瓮f?押?? | 111000010100010010000010100001100011111110001001100111110011111100111111 | e14482863f899f3f3f |
EUC-JP | 瓮f?押?? | 111000011010010110100011111001100011111110110010101000010011111100111111 | e1a5a3e63fb2a13f3f |
UTF-8 | 瓮f봄押뉔걠 | 111001111001001110101110111011111011110110000110111010111011010010000100111001101000101010111100111010111000100110010100111010101011000110100000 | e793aeefbd86ebb484e68abceb8994eab1a0 |
UHC | 瓮f봄押뉔걠 | 111010001011011110100011111001101011101010111101111001001110001110000111111010011000000110001001 | e8b7a3e6babde4e387e98189 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)