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 | 譽??娃?? | 1110011010100011001111110011111110001000101000010011111100111111 | e6a33f3f88a13f3f |
EUC-JP | 譽??娃?? | 1110110010100101001111110011111110110000101000110011111100111111 | eca53f3fb0a33f3f |
UTF-8 | 譽길래娃붺궘 | 111010001010110110111101111010101011100010111000111010111001111010011000111001011010100010000011111010111011011010111010111010101011011010011000 | e8adbdeab8b8eb9e98e5a883ebb6baeab698 |
UHC | 譽길래娃붺궘 | 111001111110001010110001111001101011011110100001111010001101111110010100111001111000001010101101 | e7e2b1e6b7a1e8df94e782ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)