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 | 畏???h? | 1000100011011000001111110011111100111111100000101000100000111111 | 88d83f3f3f82883f |
EUC-JP | 畏???h? | 1011000011011010001111110011111100111111101000111110100000111111 | b0da3f3f3fa3e83f |
UTF-8 | 畏울슬遼h궡 | 111001111001010110001111111011001001101010111000111011001000101010101100111011111010011110000011111011111011110110001000111010101011011010100001 | e7958fec9ab8ec8aacefa783efbd88eab6a1 |
UHC | 畏울슬遼h궡 | 111010001110011010111111111011111011110110111101111010011010110010100011111010001000001010110100 | e8e6bfefbdbde9aca3e882b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)