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 | 抑??幽?? | 1001011101111101001111110011111110010111010010000011111100111111 | 977d3f3f97483f3f |
EUC-JP | 抑??幽?? | 1100110111011110001111110011111111001101101010010011111100111111 | cdde3f3fcda93f3f |
UTF-8 | 抑띔톪幽됯틧 | 111001101000101010010001111010111001110110010100111011011000011010101010111001011011100110111101111010111001000010101111111011011000101110100111 | e68a91eb9d94ed86aae5b9bdeb90afed8ba7 |
UHC | 抑띔톪幽됯틧 | 111001011110010010110110111010101011011110000010111010101110101110001001111010101011101010010001 | e5e4b6eab782eaeb89eaba91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)