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 | 怏??徇?? | 1001110010001001001111110011111110011100011011010011111100111111 | 9c893f3f9c6d3f3f |
EUC-JP | 怏??徇?? | 1101011111101001001111110011111111010111110011100011111100111111 | d7e93f3fd7ce3f3f |
UTF-8 | 怏묌궚徇잓넲 | 111001101000000010001111111010111010110010001100111010101011011010011010111001011011111010000111111011001001111010010011111010111000010010110010 | e6808febac8ceab69ae5be87ec9e93eb84b2 |
UHC | 怏묌궚徇잓넲 | 111001001110100010010001111010011000001010101111111000101101111110011111111010011000011010110001 | e4e891e982afe2df9fe986b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)