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 | 絶??浴?? | 1001000011100010001111110011111110010111100000010011111100111111 | 90e23f3f97813f3f |
EUC-JP | 絶??浴?? | 1100000011100100001111110011111111001101111000010011111100111111 | c0e43f3fcde13f3f |
UTF-8 | 絶욐몛浴뉛슭 | 111001111011010110110110111011001001101010010000111010111010101010011011111001101011010110110100111010111000100110011011111011001000101010101101 | e7b5b6ec9a90ebaa9be6b5b4eb899bec8aad |
UHC | 絶욐몛浴뉛슭 | 111011111011111010011110111011101001000110001001111010011011000110000111111011111011110110111110 | efbe9eee9189e9b187efbdbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)