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 | 埇??裕?? | 1111101010011010001111110011111110010111010101000011111100111111 | fa9a3f3f97543f3f |
EUC-JP | 埇??裕?? | 100011111011011111100111001111110011111111001101101101010011111100111111 | 8fb7e73f3fcdb53f3f |
UTF-8 | 埇쎈툋裕끺벧 | 111001011001111110000111111011001000111010001000111011011000100010001011111010001010001110010101111010111000000110111010111010111011001010100111 | e59f87ec8e88ed888be8a395eb81baebb2a7 |
UHC | 埇쎈툋裕끺벧 | 111010011011100110111101111010111011100010000011111010111010111010000101111001001011101010100110 | e9b9bdebb883ebae85e4baa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)